home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / FORTH Folder / Conblk Folder / conblk.fx1 next >
Encoding:
Text File  |  1984-07-16  |  1.0 KB  |  25 lines  |  [TEXT/ttxt]

  1.  
  2.   Due to a change in MacFORTH version 1.1, the current version (0.4b) of
  3. CONBLK.4TH fails to compile.  Also, CONBLK.4TH requires the correction to
  4. MacFORTH OPEN published on MAUG by Creative Solutions.  The following steps
  5. will provide a corrected version 0.4b:
  6.   
  7. 1.  In screen 4, line 3:  change the XKEY to KEY
  8.  
  9. 2.  Optional:  in screen 2, remove line 4, which defines TRUE and FALSE.
  10. Failure to do this does not prevent the program from running, but does cause
  11. two ISN'T UNIQUE messages during compilation.
  12.  
  13. 3.  In screen 1, install the following (per Creative Solutions) in the first
  14. blank line:
  15.     0 ' OPEN 16+ C!  ( FIX#1.101)
  16. [NOTE for non-Forthers:  the first character is zero, the second is the
  17. single-quote (appostrophe).]
  18.  
  19.   These changes are the only changes from version 0.4b to 0.5b (other than
  20. the version number and date/time of update).  Version 0.5b will appear soon
  21. in XA4.  It will NOT be necessary to download it if you make the above changes
  22. to your copy of 0.4b.  --John W. Baxter
  23.  
  24.  
  25. Press ENTER to continue: